seslSetUpdateOffsetLR

Sets whether to update the left and right offsets of the captured view during dragging and settling.

By default, this is true. Set to false if you want to prevent the view from moving horizontally while dragging or settling (e.g., if you are handling horizontal movement separately).

Parameters

update

true to update left/right offsets during dragging and settling. false to prevent horizontal movement.

See also